﻿2026-06-21T07:21:08.0298040Z ##[group]Run actions/checkout@v5
2026-06-21T07:21:08.0298551Z with:
2026-06-21T07:21:08.0298865Z   repository: SaberMage/spt-core
2026-06-21T07:21:08.0301890Z   token: ***
2026-06-21T07:21:08.0302203Z   ssh-strict: true
2026-06-21T07:21:08.0302511Z   ssh-user: git
2026-06-21T07:21:08.0302831Z   persist-credentials: true
2026-06-21T07:21:08.0303165Z   clean: true
2026-06-21T07:21:08.0303481Z   sparse-checkout-cone-mode: true
2026-06-21T07:21:08.0303861Z   fetch-depth: 1
2026-06-21T07:21:08.0304224Z   fetch-tags: false
2026-06-21T07:21:08.0304533Z   show-progress: true
2026-06-21T07:21:08.0304834Z   lfs: false
2026-06-21T07:21:08.0305132Z   submodules: false
2026-06-21T07:21:08.0305462Z   set-safe-directory: true
2026-06-21T07:21:08.0305829Z ##[endgroup]
2026-06-21T07:21:08.2257450Z Syncing repository: SaberMage/spt-core
2026-06-21T07:21:08.2258676Z ##[group]Getting Git version info
2026-06-21T07:21:08.2259174Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T07:21:08.2505524Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T07:21:08.2711872Z git version 2.43.0.windows.1
2026-06-21T07:21:08.2737896Z ##[endgroup]
2026-06-21T07:21:08.2745443Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\9afe7cde-335e-4203-b2ad-c0c63894bece\.gitconfig'
2026-06-21T07:21:08.2759235Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9afe7cde-335e-4203-b2ad-c0c63894bece' before making global git config changes
2026-06-21T07:21:08.2760186Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T07:21:08.2763945Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T07:21:08.3042138Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T07:21:08.3290743Z https://github.com/SaberMage/spt-core
2026-06-21T07:21:08.3318230Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T07:21:08.3323265Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T07:21:08.3509956Z HEAD
2026-06-21T07:21:08.3738453Z ##[endgroup]
2026-06-21T07:21:08.3741962Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T07:21:08.7514949Z ##[group]Cleaning the repository
2026-06-21T07:21:08.7520721Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T07:21:10.0241585Z Removing target/
2026-06-21T07:21:10.0276354Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T07:21:10.0746530Z HEAD is now at 62ed011 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T07:21:10.0778123Z ##[endgroup]
2026-06-21T07:21:10.0782731Z ##[group]Disabling automatic garbage collection
2026-06-21T07:21:10.0787847Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T07:21:10.1024714Z ##[endgroup]
2026-06-21T07:21:10.1025138Z ##[group]Setting up auth
2026-06-21T07:21:10.1031300Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T07:21:10.1260021Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T07:21:10.5603717Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T07:21:10.5838384Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T07:21:10.9453246Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T07:21:10.9678518Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T07:21:11.3431070Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T07:21:11.3681729Z ##[endgroup]
2026-06-21T07:21:11.3682162Z ##[group]Fetching the repository
2026-06-21T07:21:11.3688537Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f:refs/remotes/pull/27/merge
2026-06-21T07:21:11.9665761Z ##[endgroup]
2026-06-21T07:21:11.9666213Z ##[group]Determining the checkout info
2026-06-21T07:21:11.9666537Z ##[endgroup]
2026-06-21T07:21:11.9671789Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T07:21:11.9955104Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T07:21:12.0186087Z ##[group]Checking out the ref
2026-06-21T07:21:12.0190838Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T07:21:12.0511852Z HEAD is now at 62ed011 Merge 77378b113f546c0fb9baed3bf6bd82525a0bb28f into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T07:21:12.0535851Z ##[endgroup]
2026-06-21T07:21:12.0764397Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T07:21:12.0956320Z 62ed01167c9aa4bf0fe4930e6f0f9d7cfa297b3f
